home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / DIGICOM.INC < prev    next >
Text File  |  1994-03-28  |  729b  |  35 lines

  1. ; Digicom 9624LE / 9624PC V.32bis
  2. ;
  3. ; ONE TIME MODEM SETUP:  The first time you run TE/2, upon entering the
  4. ; program, type the following lines and press ENTER after each.  Then
  5. ; exit and restart TE/2.
  6. ;
  7. ;       AT&F
  8. ;       AT*F3*E9&W
  9. ;
  10. ; NOTES: Set ALL dialing directory entries to 38400 baud
  11. ;        If running OS/2 1.x, change all 38400's to 19200
  12.  
  13. Baud          38400
  14. Parity        N
  15. WordLen       8
  16. StopBits      1
  17.  
  18. XonXoff       BOTH
  19. CtsRts        BOTH
  20. MatchBaud     FALSE
  21.  
  22. ModemInitStrg ATZ^M
  23. ModemDialStrg ATDT
  24. ModemDialSufx ^M
  25. ModemHangStrg ;
  26. DTRHangup     TRUE
  27.  
  28. Connect       CONNECT,38400
  29.  
  30. NoConnect     NO_DIALTONE
  31. NoConnect     NO_CARRIER
  32. NoConnect     BUSY
  33. NoConnect     VOICE
  34.  
  35.